#include <dae_solver_functions.hpp>
Public Types | |
typedef VectorT< T, I > | VectorType |
typedef MatrixT< T, I > | MatrixType |
typedef boost::function< void(const double &time, const VectorType &x, const VectorType &xdot, const double &shift, MatrixType &J)> | Jacobian |
Functions that compute a Jacobian. | |
typedef boost::function< void(const double &time, const VectorType &x, const VectorType &xdot, VectorType &F)> | Function |
Functions that compute the RHS. | |
typedef boost::function< void(const double &time)> | StepFunction |
Functions that are called before and after a time step. |
typedef boost::function<void (const double& time, const VectorType& x, const VectorType& xdot, VectorType& F)> gridpack::math::DAEBuilder< T, I >::Function |
Functions that compute the RHS.
typedef boost::function<void (const double& time, const VectorType& x, const VectorType& xdot, const double& shift, MatrixType& J)> gridpack::math::DAEBuilder< T, I >::Jacobian |
Functions that compute a Jacobian.
typedef MatrixT<T, I> gridpack::math::DAEBuilder< T, I >::MatrixType |
typedef boost::function<void (const double& time)> gridpack::math::DAEBuilder< T, I >::StepFunction |
Functions that are called before and after a time step.
typedef VectorT<T, I> gridpack::math::DAEBuilder< T, I >::VectorType |